Skip to content

Add Project Status extension to community catalog#1860

Open
jwesleye wants to merge 2 commits intogithub:mainfrom
jwesleye:add-status-extension
Open

Add Project Status extension to community catalog#1860
jwesleye wants to merge 2 commits intogithub:mainfrom
jwesleye:add-status-extension

Conversation

@jwesleye
Copy link

Extension Submission

Extension Name: Project Status
Extension ID: status
Version: 1.1.1
Author: Open-Agent-Tools
Repository: https://github.com/Open-Agent-Tools/spec-kit-status

Description

Display project status, feature progress, and recommended next actions across the spec-driven development workflow. Provides the /speckit.status command with:

  • Pipeline view of all features with workflow stages (Specify → Plan → Tasks → Implement)
  • Artifact existence checks per feature
  • Task completion tracking with percentages
  • "Next action" recommendations
  • JSON output for tooling integration
  • Cross-platform: Bash (macOS/Linux) and PowerShell (Windows)

Checklist

  • Valid extension.yml manifest
  • README.md with installation and usage docs
  • LICENSE file included (MIT)
  • GitHub releases created (v1.0.0, v1.1.0, v1.1.1)
  • Extension tested on real project
  • All commands working
  • Added to extensions/catalog.community.json
  • Added to extensions/README.md Available Extensions table
  • CHANGELOG.md included

Testing

Tested locally on macOS with spec-kit v0.3.0 against a project with 10 features. Verified:

  • Script runs on macOS bash 3.2 (no bash 4+ dependencies)
  • Correct JSON and text output on main branch
  • Feature detection, task counting, and caching all working

🤖 Generated with Claude Code

- Extension ID: status
- Version: 1.1.1
- Author: Open-Agent-Tools
- Provides /speckit.status command for project progress visibility

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@jwesleye jwesleye requested a review from mnriem as a code owner March 15, 2026 15:00
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds the “Project Status” community extension to Spec Kit’s community extension catalog so it can be discovered/installed via the standard extension search/add workflow.

Changes:

  • Adds a new status entry to extensions/catalog.community.json (metadata + download URL).
  • Updates the community extensions table in extensions/README.md to include “Project Status”.
  • Bumps the community catalog updated_at timestamp.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 3 comments.

File Description
extensions/catalog.community.json Adds the new status extension entry and updates the catalog timestamp.
extensions/README.md Adds “Project Status” to the Available Community Extensions table.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines +324 to +326
"version": "1.1.2",
"download_url": "https://github.com/Open-Agent-Tools/spec-kit-status/archive/refs/tags/v1.1.2.zip",
"repository": "https://github.com/Open-Agent-Tools/spec-kit-status",
"verified": false,
"downloads": 0,
"stars": 0,
"created_at": "2026-02-27T00:00:00Z",
Comment on lines 81 to +84
| Ralph Loop | Autonomous implementation loop using AI agent CLI | [spec-kit-ralph](https://github.com/Rubiss/spec-kit-ralph) |
| Retrospective Extension | Post-implementation retrospective with spec adherence scoring, drift analysis, and human-gated spec updates | [spec-kit-retrospective](https://github.com/emi-dm/spec-kit-retrospective) |
| Review Extension | Post-implementation comprehensive code review with specialized agents for code quality, comments, tests, error handling, type design, and simplification | [spec-kit-review](https://github.com/ismaelJimenez/spec-kit-review) |
| Project Status | Display project status, feature progress, and recommended next actions across the spec-driven development workflow | [spec-kit-status](https://github.com/Open-Agent-Tools/spec-kit-status) |
Copy link
Collaborator

@mnriem mnriem left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please address Copilot feedback

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants